Click or drag to resize

Duration Class

Class Duration.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeDuration

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Duration

The Duration type exposes the following members.

Constructors
  NameDescription
Public methodDuration
Initializes a new instance of the Duration class.
Public methodDuration(Int32)
Initializes a new instance of the Duration class.
Public methodDuration(Int32, Int32)
Initializes a new instance of the Duration class.
Public methodDuration(Int32, Int32, Int32)
Initializes a new instance of the Duration class.
Public methodDuration(Int32, Int32, Int32, Int32)
Initializes a new instance of the Duration class.
Public methodDuration(Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the Duration class.
Public methodDuration(Int32, Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the Duration class.
Public methodDuration(Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the Duration class.
Top
Properties
  NameDescription
Public propertyDays
Gets or sets the days.
Public propertyHours
Gets or sets the hours.
Public propertyIsNegative
Gets or sets a value indicating whether this instance is negative.
Public propertyMilliseconds
Gets or sets the milliseconds.
Public propertyMinutes
Gets or sets the minutes.
Public propertyMonths
Gets or sets the months.
Public propertySeconds
Gets or sets the seconds.
Public propertyYears
Gets or sets the years.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Parses the specified duration.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also